records

records

Active filters Clear all

No active filters

Filters

Greening our City Strategy - Tree planting

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
objectid
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
                       
globalid
               

No description available for this field.

Name (identifier)
globalid
Type
text
Sample
                       
wt_address
               

No description available for this field.

Name (identifier)
wt_address
Type
text
Sample
                       
PCC_Suburb
               

No description available for this field.

Name (identifier)
pcc_suburb
Type
text
Sample
                       
Image_Filename
               

No description available for this field.

Name (identifier)
image_filename
Type
file
Sample
                       
wt_latitude
               

No description available for this field.

Name (identifier)
wt_latitude
Type
decimal
Sample
                       
wt_longitude
               

No description available for this field.

Name (identifier)
wt_longitude
Type
decimal
Sample
                       
wt_tree_description
               

No description available for this field.

Name (identifier)
wt_tree_description
Type
text
Sample
                       
wt_tree_genus
               

No description available for this field.

Name (identifier)
wt_tree_genus
Type
text
Sample
                       
wt_tree_species
               

No description available for this field.

Name (identifier)
wt_tree_species
Type
text
Sample
                       
wt_tree_type
               

No description available for this field.

Name (identifier)
wt_tree_type
Type
text
Sample
                       
wt_tree_size
               

No description available for this field.

Name (identifier)
wt_tree_size
Type
text
Sample
                       
wt_diameter_breast
               

No description available for this field.

Name (identifier)
wt_diameter_breast
Type
integer
Sample
                       
wt_tree_height
               

No description available for this field.

Name (identifier)
wt_tree_height
Type
decimal
Sample
                       
wt_canopy_spread
               

No description available for this field.

Name (identifier)
wt_canopy_spread
Type
decimal
Sample
                       
wt_electric_wire_present
               

No description available for this field.

Name (identifier)
wt_electric_wire_present
Type
text
Sample
                       
wt_notes
               

No description available for this field.

Name (identifier)
wt_notes
Type
text
Sample
                       
wt_com_date_planted
               

No description available for this field.

Name (identifier)
wt_com_date_planted
Type
datetime
Sample
                       
geo_loc
               

No description available for this field.

Name (identifier)
geo_loc
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"penrithtree_work_task_pt1",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/penrithtree_work_task_pt1"
      }
    ]
    ,
  • "definitions":
    {
    • "penrithtree_work_task_pt1":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/penrithtree_work_task_pt1_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "penrithtree_work_task_pt1_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "globalid":
                {
                • "type":"string",
                • "title":"globalid",
                • "description":""
                }
                ,
              • "wt_address":
                {
                • "type":"string",
                • "title":"wt_address",
                • "description":""
                }
                ,
              • "pcc_suburb":
                {
                • "type":"string",
                • "title":"PCC_Suburb",
                • "description":""
                }
                ,
              • "image_filename":
                {
                • "type":"string",
                • "title":"Image_Filename",
                • "description":""
                }
                ,
              • "wt_latitude":
                {
                • "type":"number",
                • "title":"wt_latitude",
                • "description":""
                }
                ,
              • "wt_longitude":
                {
                • "type":"number",
                • "title":"wt_longitude",
                • "description":""
                }
                ,
              • "wt_tree_description":
                {
                • "type":"string",
                • "title":"wt_tree_description",
                • "description":""
                }
                ,
              • "wt_tree_genus":
                {
                • "type":"string",
                • "title":"wt_tree_genus",
                • "description":""
                }
                ,
              • "wt_tree_species":
                {
                • "type":"string",
                • "title":"wt_tree_species",
                • "description":""
                }
                ,
              • "wt_tree_type":
                {
                • "type":"string",
                • "title":"wt_tree_type",
                • "description":""
                }
                ,
              • "wt_tree_size":
                {
                • "type":"string",
                • "title":"wt_tree_size",
                • "description":""
                }
                ,
              • "wt_diameter_breast":
                {
                • "type":"integer",
                • "title":"wt_diameter_breast",
                • "description":""
                }
                ,
              • "wt_tree_height":
                {
                • "type":"number",
                • "title":"wt_tree_height",
                • "description":""
                }
                ,
              • "wt_canopy_spread":
                {
                • "type":"number",
                • "title":"wt_canopy_spread",
                • "description":""
                }
                ,
              • "wt_electric_wire_present":
                {
                • "type":"string",
                • "title":"wt_electric_wire_present",
                • "description":""
                }
                ,
              • "wt_notes":
                {
                • "type":"string",
                • "title":"wt_notes",
                • "description":""
                }
                ,
              • "wt_com_date_planted":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"wt_com_date_planted",
                • "description":""
                }
                ,
              • "geo_loc":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_loc",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets